home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2000 July
/
PCWorld_2000-07_cd.bin
/
Software
/
Vyzkuste
/
scriptw
/
_SETUP.1
/
Perl and CGI Template.cgi
< prev
next >
Wrap
Text File
|
2000-02-11
|
940b
|
37 lines
#!/usr/bin/perl
##########################################################
# This is our recommended comment layout style for Perl #
##########################################################
# Author: <AUTHORNAME> #
# Date: <DD> <MONTHNAME> <YEAR> #
# Copyright: (C) xxxx All Rights Reserved. #
##########################################################
# Specific Details #
# #
# #
# #
# #
##########################################################
&Procedure1;
&Procedure2;
&Procedure3;
sub Procedure1
{
exit;
}
sub Procedure2
{
exit;
}
sub Procedure3
{
exit;
}